projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cab57d
)
widget: Refine docs a bit
author
Timm Bäder
<mail@baedert.org>
Mon, 8 Jan 2018 20:30:10 +0000
(21:30 +0100)
committer
Timm Bäder
<mail@baedert.org>
Wed, 10 Jan 2018 07:46:22 +0000
(08:46 +0100)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index b0b53e18b6adc41d6d3545bf42d4c0971424c799..1db61a6b9e5e783dad8ddedbf0b8389145a64edb 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-12796,7
+12796,7
@@
gtk_widget_contains (GtkWidget *widget,
* @x: X coordinate to test, relative to @widget's origin
* @y: Y coordinate to test, relative to @widget's origin
*
- * Finds the descendant of
widget (including
widget itself) closest
+ * Finds the descendant of
@widget (including @
widget itself) closest
* to the screen at the point (@x, @y). The point must be given in
* widget coordinates, so (0, 0) is assumed to be the top left of
* @widget's content area.